In the midst of political, social, and economic polarization induced by COVID outbreaks, it would be interesting to explore the new dynamics of the labor force. Particularly, we will focus on the intersecting components of employment and recession: gender, race, age, income level, etc. By doing so, we hope to discover and understand the stories behind the numbers.

This is our report of the Labor Force Statistics Dataset from the U.S. Bureau of Labor Statistics, Current Population Survey’s Labor Force Statistics. The Current Population Survey (CPS) is a monthly survey of households conducted by the Bureau of Census for the Bureau of Labor Statistics. It provides a comprehensive body of data on the labor force, employment, unemployment, persons not in the labor force, hours of work, earnings, and other demographic and labor force characteristics.

Some quick information that we extracted from our summary information functions was that women had a higher max unemployment rate of 15.5% versus males with 13%. We also found that among people with different education levels, those those with less education (less than high school diploma or only highschool diploma) had higher max unemployment rates, 17.3% to 21.2% than those with higher education (some college or bachelors and higher), 8.4% to 15%. Finally among different races, hispanic/latino Americans had the highest max unemployment rate of 18.9% while white Americans had the lowest unemployment rate of just 14.2%. Interestingly all these max unemployment rates were in 2020, showing the devastating impact COVID has had on all Americans.

Below is a unemployment table with features that reflect questions that we are trying to answer. Specifically, since we are primarily interested in the on the impact COVID had on American with different demographics, there are columns of sex, race and education. The table shows the max unemployment rate of each year. We sorted the data in descending year order so it is easy to compare 2020 with previous years. As you can see, the unemployment rates of 2020 is significantly higher than the previous years. Even compared to the regression in 2008, 2020 unemployment is significantly higher

## # A tibble: 8 x 11
##    Year   Men Women Bachelor_Degree… High_School_Grad Some_High_School
##   <int> <dbl> <dbl>            <dbl>            <dbl>            <dbl>
## 1  2020  13    15.5              8.4             17.3             21.2
## 2  2019   3.7   3.6              2.4              3.9              5.8
## 3  2018   3.8   3.8              2.3              4.4              5.9
## 4  2017   4.3   4.4              2.5              5.2              7.7
## 5  2011   9     8.2              4.5             10               14.7
## 6  2010  10.3   8.4              5               11               15.8
## 7  2009  10.4   8                5               11               15.6
## 8  2008   7.4   5.9              3.6              7.8             11.1
## # … with 5 more variables: Some_College_or_Associate_Degree <dbl>, Asian <dbl>,
## #   Black_or_African_American <dbl>, Hispanic_or_Latino <dbl>, White <dbl>

Below is a chart intended to show the relationship between Education and Unemployment Rate:

During times like these As we can see, there was a significant spike in unemployment in 2020 based on education levels. Notably, those with lower education levels, some high school or just high school, were hit the worst by COVID-19 as their unemployment rates skyrocketed. On the other hand, those with higher education, were not as significantly impacted.

## Warning: `arrange_()` is deprecated as of dplyr 0.7.0.
## Please use `arrange()` instead.
## See vignette('programming') for more help
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_warnings()` to see where this warning was generated.
200020052010201520205101520
Bachelor_Degree_or_HigherHigh_School_GradSome_College_or_Associate_DegreeSome_High_School2 yr4 yr12 yrallUnemployment Rate for 25 Years or OlderUnemployment Rate (%)DateScatterâ–¼Hover offâ–¼

Below is a chart intended to show the relationship between Gender and Unemployment Rate:

Below is a chart intended to show the relationship between Race and Unemployment Rate: